Vcenter Ovf ParseIssue

Vcenter Ovf ParseIssue
Vcenter Ovf ParseIssue

The Vcenter Ovf ParseIssue schema contains the information about the issue found when parsing an OVF package during deployment or exporting an OVF package including:

  • Parsing and validation error on OVF descriptor (which is an XML document), manifest and certificate files.
  • OVF descriptor generating and device error.
  • Unexpected server error.
JSON Example
{
    "category": "string",
    "file": "string",
    "line_number": 0,
    "column_number": 0,
    "message": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    }
}
string
category
Required

The category of the parse issue.

For more information see: Vcenter Ovf ParseIssue Category.

string
file
Required

The name of the file in which the parse issue was found.

integer As int64 As int64
line_number
Required

The line number of the line in the file (see Vcenter Ovf ParseIssue.file) where the parse issue was found (or -1 if not applicable).

integer As int64 As int64
column_number
Required

The position in the line (see Vcenter Ovf ParseIssue.line_number) (or -1 if not applicable).

message
Required

A localizable message describing the parse issue.